home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Direct 1996 February
/
PC Direct CD-ROM (February 1996).iso
/
software
/
claris
/
impact
/
disk12
/
impact.rs_
/
impact.rs
/
TEXT_149.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-08-28
|
220 b
|
11 lines
ERROR
Returns the value #ERROR!
Format: ERROR ( )
Argument: No argument.
Example:
IF (ISBLANK (A1), "HI", ERROR ( )).
Assuming cell A1 has some data in it, the result is #ERROR! If cell A1 is blank, the result is HI.